home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Queuing Simulation Package
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : Ford Aerospace and Communications Corp
- -- : 3939 Fabian Way,
- -- : Palo Alto, CA 94303
- -- : Contact: Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1985 Ford Aerospace
- -- DATE CREATED : Jan. 1985
- -- DATE RELEASED : June 1985
- -- DATE LAST UPDATED :
- -- LOCATION : ASR
- -- ENVIRONMENT :
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : TOOLS
- -- CATEGORY LEVEL 2 : Queuing Simulation
- -- CATEGORY LEVEL 3 :
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : Queue
- -- INDEX : Simulation
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_17_1
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.SIMULATION>QSAP*.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.SIMULATION>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- QSAP.ABS 2167 45
- -- QSAP.CMM 956 29
- -- QSAP.DOC 135857 5528
- -- QSAP.PRO 4048 81
- -- QSAP.SRC 336254 10279
- -- QSAP.TST 1549 67
- -- QSAPHELP.DIS 888 31
- -- QSAPHELP.FIL 26169 895
- -- QSAPSRC.DIS 110 4
- -- QSAPTST.DIS 66 2
- -- =============== ========== ==========
- -- 10 Files 508064 16961
- --= ABSTRACT ===============================================--
- -- This tool will simulate the statistical behavior of networks
- -- and queues, such as in communication systems, transportation and
- -- logistics. It will provide a stand-alone, single performance
- -- prediction function. It will provide useful performance prediction
- -- information to a user sizing, reconfiguring, or upgrading a system
- -- configuration. Data is provided interactively and describes a network
- -- to be modelled. This tool includes complex computational algorithms
- -- and thus is unusual among the precursors. It is predicted that 3000
- -- FORTRAN lines will convert to 3750 Ada lines. The coordination of the
- -- Ada PDL design and the conversion of existing FORTRAN code may present
- -- difficulties.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 6/84 1.0 Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-